home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / pcwndw22.arc / PCWNDW22.DOC < prev   
Encoding:
Text File  |  1985-04-06  |  6.5 KB  |  156 lines

  1.  
  2.    ▓▓▓▓▓▓▓  ▓▓▓▓▓▓▓
  3.    ▓     ▓  ▓        ▓     ▓  ▓▓▓  ▓▓   ▓  ▓▓▓▓    ▓▓▓   ▓     ▓    Cannon/Mill
  4.    ▓▓▓▓▓▓▓  ▓        ▓     ▓   ▓   ▓ ▓  ▓  ▓   ▓  ▓   ▓  ▓     ▓     Software
  5.    ▓        ▓         ▓ ▓ ▓    ▓   ▓  ▓ ▓  ▓   ▓  ▓   ▓   ▓ ▓ ▓          1985
  6.    ▓        ▓▓▓▓▓▓▓   ▓▓ ▓▓   ▓▓▓  ▓   ▓▓  ▓▓▓▓    ▓▓▓    ▓▓ ▓▓
  7.  
  8.  
  9.       PCwindow - Version 2.2         1985         All Rights Reserved.
  10.  
  11.  
  12.       PCwindow is a "hidden" utility program which remains resident in
  13.       RAM, as an extension of DOS, until the system is re-booted.  This
  14.       program provides the user with 8 online hidden utility functions.
  15.       There are 5 windows available for access to the functions.  Each of
  16.       the functions or windows can be accessed by entering a combination
  17.       of two keys.  The keys used to display the windows and access the
  18.       functions are:
  19.  
  20.       1) ALT-1  : Display the Time Window.
  21.  
  22.       2) ALT-2  : Start the Elapse Timer. (The Time Window need not be
  23.                                            active for this function)
  24.       3) ALT-3  : Calculate Split Time.   (The Time Window need not be
  25.                                            active for this function)
  26.       4) ALT-4  : Stop Elapse Timer.      (The Time Window need not be
  27.                                            active for this function)
  28.       5) ALT-5  : Set Alarm.              (The Time Window must be
  29.                                            active for this function)
  30.       6) ALT-5  : Set Color On/Off        (The Help Window must be
  31.                                            active for this function)
  32.       7) ALT-6  : Display ASCII Table Window.
  33.  
  34.       8) ALT-7  : Display NOTE PAD Window.
  35.  
  36.       9) ALT-8  : Display PRINTER SETUP Window.
  37.  
  38.      10) ALT-0  : Display HELP Window.
  39.  
  40.  
  41.       The following is a brief description of the windows and functions:
  42.  
  43.       A) Time Window - (ALT-1)
  44.  
  45.             Displays the Elapse Time, Split Time, Alarm Time, current
  46.             system date, and current system time.
  47.  
  48.       B) Start Elapse Timer - (ALT-2)
  49.  
  50.             This function starts or re-starts the Elapse timer which
  51.             has the format of HH:MM:SS.
  52.  
  53.       C) Calculate Split Time - (ALT-3)
  54.  
  55.             This function will calculate the Split time from the Elapse
  56.             timer in the format of HH:MM:SS.
  57.  
  58.       D) Stop Elapse Timer - (ALT-4)
  59.  
  60.             This function will stop the Elapse timer.
  61.  
  62.       E) Set Alarm Time - (ALT-5)
  63.  
  64.             This function will allow the user to set an Alarm time from
  65.             the Time Display Window.  The Alarm time is in the format of
  66.             HH:MM:SS.  If the Alarm time has been set a musical note
  67.             symbol will be displayed to the right of the Alarm time.
  68.  
  69.       F) Set Color On/Off - (ALT-5)
  70.  
  71.             This function will allow the user to turn the color off
  72.             if a color card with a black & white monitor is being used.
  73.  
  74.       G) Display ASCII Table Window - (ALT-6)
  75.  
  76.             This function displays a page of an ASCII table with ascii,
  77.             hex, display, and control values.  The ASCII table can be
  78.             scrolled by using the PgUp, PgDn, Home, and End keys.
  79.  
  80.       H) Display NOTE PAD Window - (ALT-7)
  81.  
  82.             This function displays the NOTE PAD window and allows the
  83.             user to enter information.  There are several sub-functions
  84.             available within the NOTE PAD Window.
  85.  
  86.             ALT-R  : Read an existing NOTE PAD file.
  87.                      The user is prompted for a file name to be read.
  88.  
  89.             ALT-W  : Create a new NOTE PAD file.
  90.                      The user is prompted for the file name to be created.
  91.  
  92.             ESC key : This will exit the user from the file name prompt.
  93.  
  94.             ALT-T : This will embed the current system TIME into the
  95.                     text at the location of the cursor.
  96.  
  97.             ALT-D : This will embed the current system DATE into the
  98.                     text at the location of the cursor.
  99.  
  100.             Editing Keys : Cursor movement keys, Home (to beginning of
  101.                            current line), End (to end of current line),
  102.                            Insert, Delete, Back Space, and Ctrl-End (to
  103.                            erase to end of line)
  104.  
  105.  
  106.       I) Printer Window - (ALT-8)
  107.  
  108.             This function will allow the user to send commands to
  109.             several printers to do line feeds, form feeds, set up
  110.             character sets, print size, quality, etc.
  111.  
  112.       J) Help Window - (ALT-0)
  113.  
  114.             This function will display a Help window showing the
  115.             available functions.
  116.  
  117.  
  118.       When one of the above functions is invoked, the application
  119.       currently executing will be interrupted.  When the last Window
  120.       is removed from the screen the application will regain control.
  121.       Multiple Windows may appear on the screen at the same time, but
  122.       only one of any type window may be displayed.  Windows are removed
  123.       from the screen in reverse order from which they were invoked.
  124.  
  125.  
  126.       PCwindow was written in assembler and traps the keyboard input.
  127.       Therefore, PCwindow may not work with other application which
  128.       trap the keyboard input.  PCwindow is designed to allow additional
  129.       resident routines to be added.  PCwindow includes common routines
  130.       for "windowing" and direct video memory I/O.
  131.  
  132.  
  133.       If you find the program useful a $10.00 fee is requested.  If you
  134.       find this program interesting and would like to have a copy of the
  135.       source code, send $30.00 to:
  136.  
  137.                         Cannon/Mill Software
  138.                         P.O. Box 10047
  139.                         Columbia, Mo. 65205
  140.  
  141.       Any comments or suggestions can be sent to the above address and
  142.       would be greatly appreciated.
  143.  
  144.  
  145.       RE-DISTRIBUTION:
  146.  
  147.             Please feel free to distribute unmodified copies of this
  148.             program and documentation to others.
  149.  
  150.       DISCLAIMER:
  151.             The authors of PCwindow do not guarantee the code or
  152.             execution of this product.  This program is provided
  153.             "AS IS" without warranty of any kind, either expressed
  154.             or implied.
  155.       or implied.
  156.